![]() |
PATH![]() |
Beginning with version 1.2 of the Mac OS USB software, multiple class drivers can be merged into a single Mac OS extension file. This feature is beneficial in situations where you have several vendor specific devices in a product family, each device requiring slightly different driver functionality. Rather than creating a standalone native driver for each device, you can write driver code for each device and merge all the driver code into a single file. The single file will be loaded based on vendor and product specific ID information in favor of the Apple generic drivers, which guarantees proper support your family of devices.
The steps below define how to merge USB class drivers into a single file using CodeWarrior IDE 2.0 or greater. This discussion assumes familiarity with the Macintosh and CodeWarrior programming environments.
Previous | Back Up One Level | Next | Show Frames | Hide Frames